array boundaryの例文
- For example, a memory-safe language will check array bounds, or else statically guarantee ( i . e ., at compile time before execution ) that array accesses out of the array boundaries will cause compile-time and perhaps runtime errors.
- Array pointers were 3-word constructs that included both the base address, the lower bound and the higher bound of the array; this made it possible to do reliable run-time checking of array boundaries, and made the kind of " pointer arithmetic " that makes C such an " interesting " language much less tempting to write.